home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / intent.sgm < prev    next >
Text File  |  1994-07-10  |  362b  |  13 lines

  1. <!doctype gdoc [
  2.   <!element gdoc           - - (#PCDATA)>
  3.   <!entity intent1 SYSTEM "intent1.gml">
  4.   <!entity intent2 SYSTEM "intent2.gml">
  5.   <!entity e1 "e1 text">
  6.   <!entity e2 "e2 text">
  7.   <!entity e3 "e3 contains the &e1 and the &e2 and &intent1 as well">
  8. ] -- end of gdoc dtd -->
  9. <gdoc>
  10. A reference to the &e1 and the &e2;.
  11. The entity &e3 is done.
  12. </gdoc>
  13.